footer{
    padding-top:100px;
    background-color:#342828;
}

.footer-bottom{
    background-color:#291f1f;
}

footer h1, h2, h3, h4,h5{
    color:gray;
}
footer h6, p{
    color:gray;
}

footer a{
    color:white;
}
footer small{
    color:gray;
}
footer a:hover{
    color:white;
    text-decoration: underline;
    transition: 0.2s;
}


#brands{
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.brand-image-container{
    width:200px;
    padding:10px;
    margin:20px;
}

.btn-floating{
    margin-top:15px;
    padding:10px;
    padding-left:12px;
    padding-right:12px;
    border-radius: 5px;
    color:white;
}
.btn-floating i{
    color:white;
}
.btn-floating:hover{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.2s;
}
.btn-fb{
    background-color:	#3b5998;
}
.btn-in{
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.btn-yt{
    background-color: #cc0000;
}
